summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-03-22 10:20:11 +0100
committerbunnei <bunneidev@gmail.com>2023-06-03 09:05:46 +0200
commit3c9aa8d230df646e24210b0e5b4de81f39699f5f (patch)
tree00fccacdc651785d567e325f6d9ea3bd03c0e9d1
parentandroid: Move all array strings to main strings file (diff)
downloadyuzu-3c9aa8d230df646e24210b0e5b4de81f39699f5f.tar
yuzu-3c9aa8d230df646e24210b0e5b4de81f39699f5f.tar.gz
yuzu-3c9aa8d230df646e24210b0e5b4de81f39699f5f.tar.bz2
yuzu-3c9aa8d230df646e24210b0e5b4de81f39699f5f.tar.lz
yuzu-3c9aa8d230df646e24210b0e5b4de81f39699f5f.tar.xz
yuzu-3c9aa8d230df646e24210b0e5b4de81f39699f5f.tar.zst
yuzu-3c9aa8d230df646e24210b0e5b4de81f39699f5f.zip
-rw-r--r--src/android/app/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/app/src/main/res/values/strings.xml b/src/android/app/src/main/res/values/strings.xml
index 2df25f0ff..7da113728 100644
--- a/src/android/app/src/main/res/values/strings.xml
+++ b/src/android/app/src/main/res/values/strings.xml
@@ -88,7 +88,7 @@
<string name="emulation_control_scale">Adjust Scale</string>
<string name="emulation_touch_overlay_reset">Reset Overlay</string>
- <string name="load_settings">Loading Settings...</string>
+ <string name="load_settings">Loading Settings…</string>
<string name="external_storage_not_mounted">The external storage needs to be available in order to use yuzu</string>